From: Matthias Clasen Date: Mon, 7 Jul 2008 00:08:00 +0000 (+0000) Subject: Doc improvement X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31679 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cad36b3c42ae7bb09345af709c2ac37dd1a37198;p=gtk4.git Doc improvement svn path=/trunk/; revision=20799 --- diff --git a/ChangeLog b/ChangeLog index e608665f9e..303157d366 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-06 Matthias Clasen + + Bug 507953 – gtk_tree_view_set_tooltip_column() shows markups + + * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_column): Mention + that the tooltip is set as markup. Proposed by Czirkos Zoltan. + 2008-07-06 Matthias Clasen Bug 510225 – gtk_widget_get_composite_name retval should be freed diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index c6bd79e0d9..5da659d6a7 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -15553,6 +15553,9 @@ gtk_tree_view_set_tooltip_query_cb (GtkWidget *widget, * When enabled, #GtkWidget::has-tooltip will be set to %TRUE and * @tree_view will connect a #GtkWidget::query-tooltip signal handler. * + * Note that the signal handler sets the text with gtk_tooltip_set_markup(), + * so &, <, etc have to be escaped in the text. + * * Since: 2.12 */ void